home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE08 / DATADICT / ABOUT.DFM / ABOUT.txt next >
Encoding:
Text File  |  1995-10-12  |  2.4 KB  |  116 lines

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 325
  8.   ClientWidth = 349
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 20
  17.   object Panel1: TPanel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 311
  21.     Height = 255
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 10
  27.       Top = 10
  28.       Width = 32
  29.       Height = 32
  30.       AutoSize = True
  31.       Picture.Data = {<image000.ico>}
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 78
  37.       Top = 12
  38.       Width = 155
  39.       Height = 16
  40.       Caption = 'Data Dictionary Maker'
  41.       Font.Color = clBlack
  42.       Font.Height = -15
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.       IsControl = True
  47.     end
  48.     object Version: TLabel
  49.       Left = 78
  50.       Top = 42
  51.       Width = 78
  52.       Height = 16
  53.       Caption = 'Version 1.0'
  54.       Font.Color = clBlack
  55.       Font.Height = -15
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Style = [fsBold]
  58.       ParentFont = False
  59.       IsControl = True
  60.     end
  61.     object Copyright: TLabel
  62.       Left = 10
  63.       Top = 68
  64.       Width = 225
  65.       Height = 16
  66.       Caption = 'Copyright 1995 Brandon C. Smith'
  67.       Font.Color = clBlack
  68.       Font.Height = -15
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = [fsBold]
  71.       ParentFont = False
  72.       IsControl = True
  73.     end
  74.     object AddressMemo: TMemo
  75.       Left = 8
  76.       Top = 88
  77.       Width = 281
  78.       Height = 97
  79.       Color = clBtnFace
  80.       Lines.Strings = (
  81.         'Synature'
  82.         'RR 2, Box 229-5'
  83.         'Mansfield, Missouri  65704  USA'
  84.         'email: Synature@aol.com')
  85.       TabOrder = 0
  86.     end
  87.     object CommentMemo: TMemo
  88.       Left = 8
  89.       Top = 200
  90.       Width = 281
  91.       Height = 41
  92.       Color = clBtnFace
  93.       Lines.Strings = (
  94.         'CommentMemo')
  95.       TabOrder = 1
  96.     end
  97.   end
  98.   object OKButton: TBitBtn
  99.     Left = 123
  100.     Top = 279
  101.     Width = 96
  102.     Height = 33
  103.     Font.Color = clBlack
  104.     Font.Height = -15
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = [fsBold]
  107.     ParentFont = False
  108.     TabOrder = 1
  109.     OnClick = OKButtonClick
  110.     Kind = bkOK
  111.     Margin = 2
  112.     Spacing = -1
  113.     IsControl = True
  114.   end
  115. end
  116.